﻿2026-07-19T03:49:06.6671412Z ##[group]Run set -euo pipefail
2026-07-19T03:49:06.6672148Z [36;1mset -euo pipefail[0m
2026-07-19T03:49:06.6672710Z [36;1mPIN=0c95435[0m
2026-07-19T03:49:06.6673250Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-19T03:49:06.6673950Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-19T03:49:06.6675061Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-19T03:49:06.6676452Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-19T03:49:06.6677822Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-19T03:49:06.6678924Z [36;1m  rm -rf "$CACHE"[0m
2026-07-19T03:49:06.6679681Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-19T03:49:06.6680623Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-19T03:49:06.6682149Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-19T03:49:06.6683561Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-19T03:49:06.6684525Z [36;1mfi[0m
2026-07-19T03:49:06.6685602Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-19T03:49:06.6701592Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-19T03:49:06.6702706Z env:
2026-07-19T03:49:06.6703340Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-19T03:49:06.6704220Z ##[endgroup]
2026-07-19T03:49:06.9512957Z    Compiling proc-macro2 v1.0.106
2026-07-19T03:49:06.9514163Z    Compiling quote v1.0.45
2026-07-19T03:49:06.9515136Z    Compiling unicode-ident v1.0.24
2026-07-19T03:49:06.9516208Z    Compiling libc v0.2.186
2026-07-19T03:49:06.9517043Z    Compiling serde_core v1.0.228
2026-07-19T03:49:06.9517722Z    Compiling cfg-if v1.0.4
2026-07-19T03:49:06.9518355Z    Compiling serde v1.0.228
2026-07-19T03:49:06.9564412Z    Compiling log v0.4.32
2026-07-19T03:49:06.9613015Z    Compiling pin-project-lite v0.2.17
2026-07-19T03:49:06.9657253Z    Compiling portable-atomic v1.13.1
2026-07-19T03:49:06.9696255Z    Compiling typenum v1.20.1
2026-07-19T03:49:06.9742105Z    Compiling memchr v2.8.1
2026-07-19T03:49:06.9852322Z    Compiling version_check v0.9.5
2026-07-19T03:49:06.9853933Z    Compiling find-msvc-tools v0.1.9
2026-07-19T03:49:06.9855192Z    Compiling critical-section v1.2.0
2026-07-19T03:49:07.0162839Z    Compiling shlex v2.0.1
2026-07-19T03:49:07.0382764Z    Compiling bytes v1.11.1
2026-07-19T03:49:07.0596000Z    Compiling subtle v2.6.1
2026-07-19T03:49:07.0861281Z    Compiling futures-core v0.3.32
2026-07-19T03:49:07.2192189Z    Compiling equivalent v1.0.2
2026-07-19T03:49:07.2486077Z    Compiling smallvec v1.15.1
2026-07-19T03:49:07.2638613Z    Compiling itoa v1.0.18
2026-07-19T03:49:07.2674665Z    Compiling semver v1.0.28
2026-07-19T03:49:07.2752145Z    Compiling stable_deref_trait v1.2.1
2026-07-19T03:49:07.2823281Z    Compiling slab v0.4.12
2026-07-19T03:49:07.2862717Z    Compiling futures-sink v0.3.32
2026-07-19T03:49:07.2951390Z    Compiling futures-io v0.3.32
2026-07-19T03:49:07.3702336Z    Compiling futures-task v0.3.32
2026-07-19T03:49:07.4178256Z    Compiling futures-channel v0.3.32
2026-07-19T03:49:07.4668358Z    Compiling rand_core v0.10.1
2026-07-19T03:49:07.4740090Z    Compiling bitflags v2.12.1
2026-07-19T03:49:07.5117693Z    Compiling rustversion v1.0.22
2026-07-19T03:49:07.5231215Z    Compiling hashbrown v0.17.1
2026-07-19T03:49:07.5330917Z    Compiling generic-array v0.14.7
2026-07-19T03:49:07.5731449Z    Compiling cpufeatures v0.2.17
2026-07-19T03:49:07.5971446Z    Compiling rustc_version v0.4.1
2026-07-19T03:49:07.6541263Z    Compiling getrandom v0.4.2
2026-07-19T03:49:07.6660859Z    Compiling fnv v1.0.7
2026-07-19T03:49:07.7141349Z    Compiling cfg_aliases v0.2.1
2026-07-19T03:49:07.7301097Z    Compiling strsim v0.11.1
2026-07-19T03:49:07.7431496Z    Compiling writeable v0.6.3
2026-07-19T03:49:07.7530606Z    Compiling litemap v0.8.2
2026-07-19T03:49:07.7780872Z    Compiling utf8_iter v1.0.4
2026-07-19T03:49:07.7850658Z    Compiling icu_properties_data v2.2.0
2026-07-19T03:49:07.9240886Z    Compiling dunce v1.0.5
2026-07-19T03:49:07.9431543Z    Compiling ident_case v1.0.1
2026-07-19T03:49:07.9540894Z    Compiling fs_extra v1.3.0
2026-07-19T03:49:07.9610885Z    Compiling icu_normalizer_data v2.2.0
2026-07-19T03:49:08.0295669Z    Compiling autocfg v1.5.1
2026-07-19T03:49:08.0405980Z    Compiling percent-encoding v2.3.2
2026-07-19T03:49:08.0582321Z    Compiling http v1.4.1
2026-07-19T03:49:08.2359572Z    Compiling unicode-segmentation v1.13.3
2026-07-19T03:49:08.2425137Z    Compiling aws-lc-rs v1.17.0
2026-07-19T03:49:08.2506163Z    Compiling syn v2.0.117
2026-07-19T03:49:08.2730923Z    Compiling thiserror v2.0.18
2026-07-19T03:49:08.2836780Z    Compiling cpufeatures v0.3.0
2026-07-19T03:49:08.3487389Z    Compiling indexmap v2.14.0
2026-07-19T03:49:08.3488512Z    Compiling scopeguard v1.2.0
2026-07-19T03:49:08.3546409Z    Compiling chacha20 v0.10.0
2026-07-19T03:49:08.3587687Z    Compiling form_urlencoded v1.2.2
2026-07-19T03:49:08.4031728Z    Compiling untrusted v0.9.0
2026-07-19T03:49:08.4366274Z    Compiling lock_api v0.4.14
2026-07-19T03:49:08.4741370Z    Compiling heck v0.5.0
2026-07-19T03:49:08.4981186Z    Compiling rustls v0.23.40
2026-07-19T03:49:08.5310013Z    Compiling anyhow v1.0.102
2026-07-19T03:49:08.5570883Z    Compiling const-oid v0.10.2
2026-07-19T03:49:08.6969629Z    Compiling atomic-waker v1.1.2
2026-07-19T03:49:08.7141370Z    Compiling jobserver v0.1.34
2026-07-19T03:49:08.7220908Z    Compiling unicode-xid v0.2.6
2026-07-19T03:49:08.7463636Z    Compiling convert_case v0.10.0
2026-07-19T03:49:08.7580433Z    Compiling parking_lot_core v0.9.12
2026-07-19T03:49:08.7840324Z    Compiling httparse v1.10.1
2026-07-19T03:49:08.7971330Z    Compiling paste v1.0.15
2026-07-19T03:49:08.8200800Z    Compiling zerocopy v0.8.50
2026-07-19T03:49:08.8247577Z    Compiling num-traits v0.2.19
2026-07-19T03:49:08.8602117Z    Compiling hybrid-array v0.4.12
2026-07-19T03:49:08.8604842Z    Compiling curve25519-dalek v4.1.3
2026-07-19T03:49:08.9804967Z    Compiling cc v1.2.63
2026-07-19T03:49:09.0361252Z    Compiling ahash v0.8.12
2026-07-19T03:49:09.0645361Z    Compiling crypto-common v0.1.7
2026-07-19T03:49:09.0960483Z    Compiling block-buffer v0.10.4
2026-07-19T03:49:09.1369593Z    Compiling either v1.16.0
2026-07-19T03:49:09.1491248Z    Compiling fastrand v2.4.1
2026-07-19T03:49:09.1525434Z    Compiling base64ct v1.8.3
2026-07-19T03:49:09.1687956Z    Compiling powerfmt v0.2.0
2026-07-19T03:49:09.1887770Z    Compiling digest v0.10.7
2026-07-19T03:49:09.2507216Z    Compiling http-body v1.0.1
2026-07-19T03:49:09.3618209Z    Compiling deranged v0.5.8
2026-07-19T03:49:09.4830598Z    Compiling zmij v1.0.21
2026-07-19T03:49:09.4901447Z    Compiling vcpkg v0.2.15
2026-07-19T03:49:09.4940379Z    Compiling data-encoding v2.11.0
2026-07-19T03:49:09.5185889Z    Compiling pem-rfc7468 v1.0.0
2026-07-19T03:49:09.5575154Z    Compiling time-core v0.1.8
2026-07-19T03:49:09.5941358Z    Compiling num-conv v0.2.2
2026-07-19T03:49:09.6124130Z    Compiling pkg-config v0.3.33
2026-07-19T03:49:09.6920649Z    Compiling tinyvec_macros v0.1.1
2026-07-19T03:49:09.7194888Z    Compiling try-lock v0.2.5
2026-07-19T03:49:09.7455207Z    Compiling tower-service v0.3.3
2026-07-19T03:49:09.7541856Z    Compiling base64 v0.22.1
2026-07-19T03:49:09.7950679Z    Compiling tinyvec v1.11.0
2026-07-19T03:49:09.8161390Z    Compiling want v0.3.1
2026-07-19T03:49:09.8679541Z    Compiling mio v1.2.1
2026-07-19T03:49:09.9045713Z    Compiling socket2 v0.6.4
2026-07-19T03:49:09.9246026Z    Compiling getrandom v0.2.17
2026-07-19T03:49:10.1184761Z    Compiling rand_core v0.6.4
2026-07-19T03:49:10.1798163Z    Compiling cmake v0.1.58
2026-07-19T03:49:10.2200463Z    Compiling rand v0.10.1
2026-07-19T03:49:10.2804438Z    Compiling uuid v1.23.2
2026-07-19T03:49:10.2863792Z    Compiling parking_lot v0.12.5
2026-07-19T03:49:10.3421568Z    Compiling sha2 v0.10.9
2026-07-19T03:49:10.3650702Z    Compiling crypto-common v0.2.2
2026-07-19T03:49:10.4388873Z    Compiling block-buffer v0.12.0
2026-07-19T03:49:10.6242913Z    Compiling inout v0.1.4
2026-07-19T03:49:10.7030371Z    Compiling vergen-lib v9.1.0
2026-07-19T03:49:10.7145048Z    Compiling n0-future v0.3.2
2026-07-19T03:49:10.7214459Z    Compiling signature v2.2.0
2026-07-19T03:49:10.7250889Z    Compiling winnow v1.0.3
2026-07-19T03:49:10.7421391Z    Compiling spin v0.10.0
2026-07-19T03:49:10.7491789Z    Compiling serde_json v1.0.150
2026-07-19T03:49:10.8479306Z    Compiling cordyceps v0.3.4
2026-07-19T03:49:10.8605933Z    Compiling httpdate v1.0.3
2026-07-19T03:49:10.8710372Z    Compiling parking v2.2.1
2026-07-19T03:49:10.8780568Z    Compiling crossbeam-utils v0.8.21
2026-07-19T03:49:10.8865301Z    Compiling diatomic-waker v0.2.3
2026-07-19T03:49:10.9390712Z    Compiling ed25519 v2.2.3
2026-07-19T03:49:10.9454779Z    Compiling cipher v0.4.4
2026-07-19T03:49:10.9476515Z    Compiling netlink-packet-core v0.8.1
2026-07-19T03:49:11.0380695Z    Compiling futures-lite v2.6.1
2026-07-19T03:49:11.0490612Z    Compiling universal-hash v0.5.1
2026-07-19T03:49:11.0634997Z    Compiling vergen v9.1.0
2026-07-19T03:49:11.1177247Z    Compiling aws-lc-sys v0.41.0
2026-07-19T03:49:11.1448818Z    Compiling ring v0.17.14
2026-07-19T03:49:11.1542110Z    Compiling libsqlite3-sys v0.30.1
2026-07-19T03:49:11.1718927Z    Compiling vergen-lib v0.1.6
2026-07-19T03:49:11.1852077Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-19T03:49:11.2055004Z    Compiling futures-buffered v0.2.13
2026-07-19T03:49:11.2206844Z    Compiling heapless v0.7.17
2026-07-19T03:49:11.2602300Z    Compiling digest v0.11.3
2026-07-19T03:49:11.3032003Z    Compiling noq-udp v0.10.0
2026-07-19T03:49:11.3438487Z    Compiling sync_wrapper v1.0.2
2026-07-19T03:49:11.3670777Z    Compiling allocator-api2 v0.2.21
2026-07-19T03:49:11.3923114Z    Compiling opaque-debug v0.3.1
2026-07-19T03:49:11.4350417Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-19T03:49:11.4422000Z    Compiling byteorder v1.5.0
2026-07-19T03:49:11.4543771Z    Compiling polyval v0.6.2
2026-07-19T03:49:11.6403742Z    Compiling hash32 v0.2.1
2026-07-19T03:49:11.6998444Z    Compiling vergen-gitcl v1.0.8
2026-07-19T03:49:11.7153378Z    Compiling spin v0.9.8
2026-07-19T03:49:11.7280657Z    Compiling tower-layer v0.3.3
2026-07-19T03:49:11.8200730Z    Compiling signature v3.0.0
2026-07-19T03:49:11.8390322Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-19T03:49:11.8600611Z    Compiling num_threads v0.1.7
2026-07-19T03:49:11.9009678Z    Compiling ryu v1.0.23
2026-07-19T03:49:11.9178874Z    Compiling fallible-iterator v0.3.0
2026-07-19T03:49:11.9287406Z    Compiling ghash v0.5.1
2026-07-19T03:49:11.9428496Z    Compiling sha2 v0.11.0-rc.5
2026-07-19T03:49:11.9744728Z    Compiling time v0.3.47
2026-07-19T03:49:12.0050347Z    Compiling ctr v0.9.2
2026-07-19T03:49:12.0180375Z    Compiling aes v0.8.4
2026-07-19T03:49:12.1083423Z    Compiling fs2 v0.4.3
2026-07-19T03:49:12.1470305Z    Compiling http-body-util v0.1.3
2026-07-19T03:49:12.1886374Z    Compiling aead v0.5.2
2026-07-19T03:49:12.2700800Z    Compiling openssl-probe v0.2.1
2026-07-19T03:49:12.3002361Z    Compiling arrayvec v0.7.6
2026-07-19T03:49:12.3077127Z    Compiling utf8parse v0.2.2
2026-07-19T03:49:12.3081812Z    Compiling crossbeam-channel v0.5.15
2026-07-19T03:49:12.3888222Z    Compiling crossbeam-epoch v0.9.18
2026-07-19T03:49:12.4310670Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-19T03:49:12.5160678Z    Compiling netlink-packet-route v0.29.0
2026-07-19T03:49:12.5236422Z    Compiling blake3 v1.8.5
2026-07-19T03:49:12.5517003Z    Compiling memoffset v0.6.5
2026-07-19T03:49:12.5652155Z    Compiling acto v0.8.2
2026-07-19T03:49:12.6836981Z    Compiling aes-gcm v0.10.3
2026-07-19T03:49:12.7701759Z    Compiling noq v0.18.0
2026-07-19T03:49:12.8234082Z    Compiling netwatch v0.16.0
2026-07-19T03:49:12.8355906Z    Compiling ref-cast v1.0.25
2026-07-19T03:49:12.8641154Z    Compiling foldhash v0.2.0
2026-07-19T03:49:12.9485583Z    Compiling xml-rs v0.8.28
2026-07-19T03:49:12.9917238Z    Compiling lru-slab v0.1.2
2026-07-19T03:49:12.9990758Z    Compiling identity-hash v0.1.0
2026-07-19T03:49:13.0441878Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-19T03:49:13.0444834Z    Compiling rustc-hash v2.1.2
2026-07-19T03:49:13.1071348Z    Compiling thiserror v1.0.69
2026-07-19T03:49:13.1137251Z    Compiling rustix v1.1.4
2026-07-19T03:49:13.1203813Z    Compiling sorted-index-buffer v0.2.1
2026-07-19T03:49:13.1480723Z    Compiling mac-addr v0.3.0
2026-07-19T03:49:13.2655266Z    Compiling tagptr v0.2.0
2026-07-19T03:49:13.3508813Z    Compiling synstructure v0.13.2
2026-07-19T03:49:13.3610584Z    Compiling darling_core v0.20.11
2026-07-19T03:49:13.4119466Z    Compiling serde_derive_internals v0.29.1
2026-07-19T03:49:13.4956061Z    Compiling hashbrown v0.16.1
2026-07-19T03:49:13.6577856Z    Compiling netlink-packet-route v0.30.0
2026-07-19T03:49:14.1360927Z    Compiling proc-macro-crate v3.5.0
2026-07-19T03:49:14.1580883Z    Compiling xmltree v0.10.3
2026-07-19T03:49:14.2673425Z    Compiling ioctl-rs v0.1.6
2026-07-19T03:49:14.3525436Z    Compiling termios v0.2.2
2026-07-19T03:49:14.3791482Z    Compiling serial-core v0.4.0
2026-07-19T03:49:14.4060587Z    Compiling errno v0.3.14
2026-07-19T03:49:14.4215901Z    Compiling aho-corasick v1.1.4
2026-07-19T03:49:14.4570840Z    Compiling simple-dns v0.9.3
2026-07-19T03:49:14.5197659Z    Compiling linux-raw-sys v0.12.1
2026-07-19T03:49:14.5460130Z    Compiling simdutf8 v0.1.5
2026-07-19T03:49:14.5542044Z    Compiling constant_time_eq v0.4.2
2026-07-19T03:49:14.5598372Z    Compiling smol_str v0.1.24
2026-07-19T03:49:14.5666176Z    Compiling sha1_smol v1.0.1
2026-07-19T03:49:14.6279895Z    Compiling signal-hook v0.3.18
2026-07-19T03:49:14.7189387Z    Compiling toml_write v0.1.2
2026-07-19T03:49:14.7540595Z    Compiling arrayref v0.3.9
2026-07-19T03:49:14.7691038Z    Compiling winnow v0.7.15
2026-07-19T03:49:14.7895967Z    Compiling resolv-conf v0.7.6
2026-07-19T03:49:14.8055509Z    Compiling regex-syntax v0.8.10
2026-07-19T03:49:14.8880754Z    Compiling signal-hook-registry v1.4.8
2026-07-19T03:49:14.9340496Z    Compiling serial-unix v0.4.0
2026-07-19T03:49:15.1540053Z    Compiling lru v0.16.4
2026-07-19T03:49:15.3013597Z    Compiling darling_core v0.23.0
2026-07-19T03:49:15.3137132Z    Compiling serde_bytes v0.11.19
2026-07-19T03:49:15.3208128Z    Compiling seize v0.5.1
2026-07-19T03:49:15.3317815Z    Compiling serde_derive v1.0.228
2026-07-19T03:49:15.5369741Z    Compiling zeroize_derive v1.4.3
2026-07-19T03:49:15.5723550Z    Compiling tokio-macros v2.7.0
2026-07-19T03:49:15.7292581Z    Compiling zerofrom-derive v0.1.7
2026-07-19T03:49:16.0730415Z    Compiling zeroize v1.8.2
2026-07-19T03:49:16.2834378Z    Compiling futures-macro v0.3.32
2026-07-19T03:49:16.2925331Z    Compiling tokio v1.52.3
2026-07-19T03:49:16.4250418Z    Compiling yoke-derive v0.8.2
2026-07-19T03:49:16.6310691Z    Compiling zerovec-derive v0.11.3
2026-07-19T03:49:17.1712716Z    Compiling displaydoc v0.2.6
2026-07-19T03:49:17.2802419Z    Compiling zerofrom v0.1.8
2026-07-19T03:49:17.2925954Z    Compiling futures-util v0.3.32
2026-07-19T03:49:17.3471264Z    Compiling tracing-attributes v0.1.31
2026-07-19T03:49:17.3830929Z    Compiling rustls-pki-types v1.14.1
2026-07-19T03:49:17.7492353Z    Compiling yoke v0.8.3
2026-07-19T03:49:17.9354092Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-19T03:49:18.0470749Z    Compiling zerotrie v0.2.4
2026-07-19T03:49:18.0919727Z    Compiling thiserror-impl v2.0.18
2026-07-19T03:49:18.1018904Z    Compiling zerovec v0.11.6
2026-07-19T03:49:18.4751080Z    Compiling darling_macro v0.20.11
2026-07-19T03:49:18.5214268Z    Compiling derive_more-impl v2.1.1
2026-07-19T03:49:18.7447763Z    Compiling n0-error-macros v0.1.3
2026-07-19T03:49:18.8067958Z    Compiling darling v0.20.11
2026-07-19T03:49:18.8701007Z    Compiling tinystr v0.8.3
2026-07-19T03:49:18.8770614Z    Compiling potential_utf v0.1.5
2026-07-19T03:49:18.9425075Z    Compiling derive_builder_core v0.20.2
2026-07-19T03:49:19.0380803Z    Compiling icu_collections v2.2.0
2026-07-19T03:49:19.0530363Z    Compiling icu_locale_core v2.2.0
2026-07-19T03:49:19.1000761Z    Compiling spez v0.1.2
2026-07-19T03:49:19.4890882Z    Compiling der v0.8.0-rc.10
2026-07-19T03:49:19.8660530Z    Compiling pin-project-internal v1.1.13
2026-07-19T03:49:19.8821400Z    Compiling n0-error v0.1.3
2026-07-19T03:49:19.8962847Z    Compiling cobs v0.3.0
2026-07-19T03:49:20.1540771Z    Compiling postcard-derive v0.2.2
2026-07-19T03:49:20.2759726Z    Compiling derive_builder_macro v0.20.2
2026-07-19T03:49:20.3242855Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-19T03:49:20.5610480Z    Compiling icu_provider v2.2.0
2026-07-19T03:49:20.8280546Z    Compiling ipnet v2.12.0
2026-07-19T03:49:20.8342582Z    Compiling derive_builder v0.20.2
2026-07-19T03:49:20.9434414Z    Compiling icu_normalizer v2.2.0
2026-07-19T03:49:21.0150818Z    Compiling icu_properties v2.2.0
2026-07-19T03:49:21.0441993Z    Compiling spki v0.8.0-rc.4
2026-07-19T03:49:21.1680406Z    Compiling futures-executor v0.3.32
2026-07-19T03:49:21.2770384Z    Compiling once_cell v1.21.4
2026-07-19T03:49:21.2840265Z    Compiling pin-project v1.1.13
2026-07-19T03:49:21.3260581Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-19T03:49:21.3557944Z    Compiling prefix-trie v0.8.4
2026-07-19T03:49:21.5286276Z    Compiling tracing-core v0.1.36
2026-07-19T03:49:21.5449405Z    Compiling ed25519-dalek v2.2.0
2026-07-19T03:49:21.6307785Z    Compiling ed25519 v3.0.0-rc.4
2026-07-19T03:49:21.6888874Z    Compiling futures v0.3.32
2026-07-19T03:49:21.7370505Z    Compiling hashbrown v0.14.5
2026-07-19T03:49:21.8661152Z    Compiling spt-proto v0.38.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-19T03:49:21.8992136Z    Compiling data-encoding-macro v0.1.20
2026-07-19T03:49:22.1100742Z    Compiling tracing v0.1.44
2026-07-19T03:49:22.1480380Z    Compiling tokio-util v0.7.18
2026-07-19T03:49:22.2980082Z    Compiling netlink-sys v0.8.8
2026-07-19T03:49:22.4120926Z    Compiling tower v0.5.3
2026-07-19T03:49:22.5436279Z    Compiling idna_adapter v1.2.2
2026-07-19T03:49:22.6018495Z    Compiling hashlink v0.9.1
2026-07-19T03:49:22.6101225Z    Compiling postcard v1.1.3
2026-07-19T03:49:22.6610512Z    Compiling idna v1.1.0
2026-07-19T03:49:22.6769399Z    Compiling rustls-native-certs v0.8.4
2026-07-19T03:49:22.7590681Z    Compiling strum_macros v0.28.0
2026-07-19T03:49:22.8801138Z    Compiling enum-assoc v1.3.0
2026-07-19T03:49:22.9575076Z    Compiling iroh-metrics-derive v0.4.1
2026-07-19T03:49:23.0260659Z    Compiling derive_more v2.1.1
2026-07-19T03:49:23.0572977Z    Compiling rusqlite v0.32.1
2026-07-19T03:49:23.0730218Z    Compiling num_enum_derive v0.7.6
2026-07-19T03:49:23.1417840Z    Compiling async-trait v0.1.89
2026-07-19T03:49:23.1640408Z    Compiling url v2.5.8
2026-07-19T03:49:23.1733402Z    Compiling h2 v0.4.14
2026-07-19T03:49:23.3290478Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-19T03:49:23.3300709Z    Compiling n0-watcher v0.6.1
2026-07-19T03:49:23.5090613Z    Compiling iroh-metrics v0.38.3
2026-07-19T03:49:23.6059087Z    Compiling tokio-stream v0.1.18
2026-07-19T03:49:23.7080667Z    Compiling iroh-relay v0.98.0
2026-07-19T03:49:23.7573218Z    Compiling netdev v0.42.0
2026-07-19T03:49:23.8865079Z    Compiling netlink-proto v0.12.0
2026-07-19T03:49:23.9153363Z    Compiling moka v0.12.15
2026-07-19T03:49:24.0060987Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-19T03:49:24.0792191Z    Compiling attohttpc v0.30.1
2026-07-19T03:49:24.0796239Z    Compiling iroh-base v0.98.0
2026-07-19T03:49:24.1671373Z    Compiling num_enum v0.7.6
2026-07-19T03:49:24.1790905Z    Compiling tower-http v0.6.11
2026-07-19T03:49:24.2481521Z    Compiling toml_datetime v0.6.11
2026-07-19T03:49:24.2786583Z    Compiling serde_spanned v0.6.9
2026-07-19T03:49:24.2914992Z    Compiling thiserror-impl v1.0.69
2026-07-19T03:49:24.4243129Z    Compiling spt-store v0.38.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-19T03:49:24.5626687Z    Compiling ref-cast-impl v1.0.25
2026-07-19T03:49:24.5779698Z    Compiling toml_edit v0.22.27
2026-07-19T03:49:24.8890645Z    Compiling webpki-roots v1.0.7
2026-07-19T03:49:24.9752628Z    Compiling regex-automata v0.4.14
2026-07-19T03:49:25.0086908Z    Compiling schemars_derive v1.2.1
2026-07-19T03:49:25.1358794Z    Compiling hmac v0.12.1
2026-07-19T03:49:25.1697906Z    Compiling iroh v0.98.2
2026-07-19T03:49:25.2752455Z    Compiling dyn-clone v1.0.20
2026-07-19T03:49:25.4115556Z    Compiling rustix v0.38.44
2026-07-19T03:49:25.4220647Z    Compiling pin-utils v0.1.0
2026-07-19T03:49:25.4395834Z    Compiling cmov v0.5.4
2026-07-19T03:49:25.4987663Z    Compiling bitflags v1.3.2
2026-07-19T03:49:25.5630595Z    Compiling nix v0.25.1
2026-07-19T03:49:25.6710525Z    Compiling ctutils v0.4.2
2026-07-19T03:49:25.7010611Z    Compiling hkdf v0.12.4
2026-07-19T03:49:25.7517464Z    Compiling strum v0.28.0
2026-07-19T03:49:25.8079588Z    Compiling backon v1.6.0
2026-07-19T03:49:25.8411756Z    Compiling darling_macro v0.23.0
2026-07-19T03:49:25.8733999Z    Compiling iroh-dns v0.98.0
2026-07-19T03:49:25.9359243Z    Compiling papaya v0.2.4
2026-07-19T03:49:25.9790940Z    Compiling serial v0.4.0
2026-07-19T03:49:26.1070589Z    Compiling filedescriptor v0.8.3
2026-07-19T03:49:26.1411024Z    Compiling anstyle-parse v1.0.0
2026-07-19T03:49:26.1844377Z    Compiling vte_generate_state_changes v0.1.2
2026-07-19T03:49:26.3250335Z    Compiling instability v0.3.12
2026-07-19T03:49:26.3579489Z    Compiling anstyle-query v1.1.5
2026-07-19T03:49:26.3740631Z    Compiling shell-words v1.1.1
2026-07-19T03:49:26.4407558Z    Compiling is_terminal_polyfill v1.70.2
2026-07-19T03:49:26.4790846Z    Compiling linux-raw-sys v0.4.15
2026-07-19T03:49:26.4887207Z    Compiling colorchoice v1.0.5
2026-07-19T03:49:26.5062305Z    Compiling foldhash v0.1.5
2026-07-19T03:49:26.5139248Z    Compiling anstyle v1.0.14
2026-07-19T03:49:26.5311166Z    Compiling downcast-rs v1.2.1
2026-07-19T03:49:26.5581576Z    Compiling vte v0.13.1
2026-07-19T03:49:26.5777228Z    Compiling signal-hook-mio v0.2.5
2026-07-19T03:49:26.5824674Z    Compiling darling v0.23.0
2026-07-19T03:49:26.6061017Z    Compiling spake2 v0.4.0
2026-07-19T03:49:26.6522204Z    Compiling hashbrown v0.15.5
2026-07-19T03:49:26.6840683Z    Compiling terminal_size v0.4.4
2026-07-19T03:49:26.6924778Z    Compiling strum_macros v0.26.4
2026-07-19T03:49:26.7622172Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-19T03:49:26.8190444Z    Compiling anstream v1.0.0
2026-07-19T03:49:26.9919124Z    Compiling sha1 v0.10.6
2026-07-19T03:49:27.1791397Z    Compiling schemars v1.2.1
2026-07-19T03:49:27.2541180Z    Compiling toml v0.8.23
2026-07-19T03:49:27.4098298Z    Compiling itertools v0.13.0
2026-07-19T03:49:27.6330810Z    Compiling castaway v0.2.4
2026-07-19T03:49:27.6870534Z    Compiling unicode-width v0.1.14
2026-07-19T03:49:27.7238775Z    Compiling indoc v2.0.7
2026-07-19T03:49:27.9930625Z    Compiling doctest-file v1.1.1
2026-07-19T03:49:28.1997707Z    Compiling spt-msg v0.38.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-19T03:49:28.2670667Z    Compiling regex v1.12.3
2026-07-19T03:49:28.3534283Z    Compiling static_assertions v1.1.0
2026-07-19T03:49:28.4230728Z    Compiling clap_lex v1.1.0
2026-07-19T03:49:28.4320912Z    Compiling interprocess v2.4.2
2026-07-19T03:49:28.7100645Z    Compiling clap_builder v4.6.0
2026-07-19T03:49:28.9480650Z    Compiling hyper v1.10.1
2026-07-19T03:49:29.1061173Z    Compiling spt-runtime v0.38.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-19T03:49:29.1162867Z    Compiling strum v0.26.3
2026-07-19T03:49:29.2567989Z    Compiling compact_str v0.8.2
2026-07-19T03:49:29.5300099Z    Compiling unicode-truncate v1.1.0
2026-07-19T03:49:29.6004967Z    Compiling crossterm v0.28.1
2026-07-19T03:49:29.7144455Z    Compiling lru v0.12.5
2026-07-19T03:49:29.8956288Z    Compiling portable-pty v0.8.1
2026-07-19T03:49:29.8981898Z    Compiling clap_derive v4.6.1
2026-07-19T03:49:29.9700460Z    Compiling unicode-width v0.2.0
2026-07-19T03:49:29.9850749Z    Compiling cassowary v0.3.0
2026-07-19T03:49:30.2522153Z    Compiling iana-time-zone v0.1.65
2026-07-19T03:49:30.2633200Z    Compiling nucleo-matcher v0.3.1
2026-07-19T03:49:30.3100823Z    Compiling qrcode v0.14.1
2026-07-19T03:49:30.6061299Z    Compiling spt-term v0.38.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-19T03:49:30.8910673Z    Compiling ratatui v0.29.0
2026-07-19T03:49:31.1630619Z    Compiling hyper-util v0.1.20
2026-07-19T03:49:31.1938854Z    Compiling chrono v0.4.45
2026-07-19T03:49:31.2390820Z    Compiling tempfile v3.27.0
2026-07-19T03:49:31.9918696Z    Compiling clap v4.6.1
2026-07-19T03:49:32.5722842Z    Compiling spt-live v0.38.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-19T03:49:33.0072355Z    Compiling igd-next v0.17.1
2026-07-19T03:49:34.1931586Z    Compiling portmapper v0.16.0
2026-07-19T03:49:39.0841875Z    Compiling rustls-webpki v0.103.13
2026-07-19T03:49:41.3954933Z    Compiling tokio-rustls v0.26.4
2026-07-19T03:49:41.3957466Z    Compiling noq-proto v0.17.0
2026-07-19T03:49:41.3957826Z    Compiling rustls-platform-verifier v0.7.0
2026-07-19T03:49:41.5436255Z    Compiling hickory-net v0.26.0-beta.4
2026-07-19T03:49:41.5436950Z    Compiling hyper-rustls v0.27.9
2026-07-19T03:49:41.5437398Z    Compiling tokio-websockets v0.13.2
2026-07-19T03:49:41.6754252Z    Compiling reqwest v0.13.4
2026-07-19T03:49:42.5996168Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-19T03:49:56.0336543Z    Compiling spt-net v0.38.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-19T03:49:57.4723926Z    Compiling spt-daemon v0.38.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-19T03:50:06.4720848Z    Compiling spt v0.38.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-19T03:50:11.2248463Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 04s
2026-07-19T03:50:11.2474878Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-0ab27f5c5ad04065)
2026-07-19T03:50:11.2487710Z 
2026-07-19T03:50:11.2487856Z running 1 test
2026-07-19T03:50:17.4378564Z test new_brain_serves_against_old_broker ... ok
2026-07-19T03:50:17.4378864Z 
2026-07-19T03:50:17.4379231Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-07-19T03:50:17.4379619Z 
